home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / detaz / read.me < prev   
Text File  |  1995-04-27  |  1KB  |  31 lines

  1.     DETAZ  VERSION 0.9
  2.  
  3.     This program requires Mint to run.  If mint is not installed it 
  4. will quit quickly doing nothing but writing a message.
  5.     If Mint is installed it pipes gzip to tar decompressing the compressed
  6. [or gzipped] tar file and extracting the files in the tar file WITHOUT
  7. creating a massive temp. file.
  8.     
  9.     included are:
  10.  
  11.     read.me        this file
  12.     detaz.c        source code for detaz.ttp
  13.     execle.c    source code to my execle that uses ARGV spec for args
  14.                 and emulated execle() via Pexec(200,....)
  15.     detaz.ttp    the executable
  16.     makefile    the makefile to create detaz.ttp
  17.  
  18.     USAGE    [-l] detaz infile
  19.  
  20.     if -l is present a listing of the tar file will be produced.
  21.     otherwise, the files will be extracted from the tar file.
  22.  
  23.     infile is the name of the compressed file to extract or list.
  24.     Uses PATH environment var to search for gzip.ttp and tar.ttp
  25.     (not included) but neccesary for the program to work!
  26.  
  27.     WARNING - this program does not grok unix names to atari 8.3 format.
  28.     some files that do not conform to 8.3 filename format may be over-
  29.     written by tar when a conflict of filenames occurs!!!
  30.  
  31.